home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Voyager Presents CD-ROM's That Matter
/
Voyager Presents CD-ROM's That Matter.iso
/
pc
/
preview.dir
/
00034_ebMore.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-02-25
|
341 b
|
14 lines
on mouseDown
global lastFrame, lastEBFrame
put "mousedown: lastFrame=" & lastFrame & " lastebframe=" & lastEBFrame
if lastFrame contains "more" then
goLabel(lastEBFrame)
set lastEBFrame to EMPTY
else
if (lastFrame contains "req") = 0 then
set lastEBFrame to lastFrame
end if
go("ebook,more")
end if
end